From: Gabor Juhos Date: Thu, 27 Mar 2014 07:06:43 +0000 (+0000) Subject: packages/zip: remove trailing whitespaces X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=a126d2e97126bd4a60215cc735f0c3e212344b0a;p=openwrt%2Fsvn-archive%2Fpackages.git packages/zip: remove trailing whitespaces Signed-off-by: Dirk Neukirchen Signed-off-by: Gabor Juhos SVN-Revision: 40281 --- diff --git a/utils/zip/Makefile b/utils/zip/Makefile index df311ce32..e89132996 100644 --- a/utils/zip/Makefile +++ b/utils/zip/Makefile @@ -29,9 +29,9 @@ define Package/zip endef define Package/zip/description - This is InfoZIP's zip program. It produces files that are fully - compatible with the popular PKZIP program; however, the command line - options are not identical. In other words, the end result is the same, + This is InfoZIP's zip program. It produces files that are fully + compatible with the popular PKZIP program; however, the command line + options are not identical. In other words, the end result is the same, but the methods differ. endef @@ -47,7 +47,7 @@ define Build/Compile install endef -define Package/zip/install +define Package/zip/install $(INSTALL_DIR) $(1)/usr/bin/ $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/* $(1)/usr/bin/ endef